home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 June: Reference Library / Dev.CD Jun 96 RL / Dev.CD Jun 96 RL.toast / Technical Documentation / develop / develop Issue 6 / develop Issue 6 code / TCP.sea / TCP / NewsWatcher / NW Source / Source / child.h < prev    next >
Encoding:
Text File  |  1994-07-18  |  216 b   |  5 lines

  1. OSErr AddChild (WindowPtr parent, WindowPtr child);
  2. void RemoveChild (WindowPtr parent, WindowPtr child);
  3. WindowPtr FindChildByIndex (WindowPtr wind, short index);
  4. WindowPtr FindChild (WindowPtr wind, Cell theCell);
  5.